c# programiticall change selected index of databound datagridviewcombo box

70

c# programiticall change selected index of databound datagridviewcombo box -

row.Cells[col.Name].Value = (row.Cells[col.Name] as DataGridViewComboBoxCell).Items[0];

Comments

Submit
0 Comments